File tree 2 files changed +1
-24
lines changed
2 files changed +1
-24
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ class PaymentCreateRequest implements RequestInterface
22
22
* @var PaymentCreate
23
23
*/
24
24
private $ paymentCreate ;
25
+
25
26
/**
26
27
* @var string
27
28
*/
Original file line number Diff line number Diff line change @@ -63,30 +63,6 @@ public function testCreatePaypalPaymentRequestBuilder()
63
63
);
64
64
}
65
65
66
- public function testCreateBanContactPaymentRequestBuilder ()
67
- {
68
- $ orderMock = $ this ->getOrderMock (ConfigProvider::CODE_BANCONTACT );
69
- $ orderKey = '0287A1617D93780EF28044B98438BF2F ' ;
70
- $ paymentRequest = $ this ->paymentRequestBuilder ->create ($ orderMock , $ orderKey );
71
-
72
- $ this ->assertSame (
73
- MethodServiceInterface::API_METHODS_MAPPING [ConfigProvider::CODE_BANCONTACT ],
74
- $ paymentRequest ->getPayload ()['method ' ]
75
- );
76
- }
77
-
78
- public function testCreateCreditCardPaymentRequestBuilder ()
79
- {
80
- $ orderMock = $ this ->getOrderMock (ConfigProvider::CODE_CREDIT_CARD );
81
- $ orderKey = '0287A1617D93780EF28044B98438BF2F ' ;
82
- $ paymentRequest = $ this ->paymentRequestBuilder ->create ($ orderMock , $ orderKey );
83
-
84
- $ this ->assertSame (
85
- MethodServiceInterface::API_METHODS_MAPPING [ConfigProvider::CODE_CREDIT_CARD ],
86
- $ paymentRequest ->getPayload ()['method ' ]
87
- );
88
- }
89
-
90
66
/**
91
67
* @param string $paymentMethod
92
68
* @return OrderInterface
You can’t perform that action at this time.
0 commit comments