File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ public function testShouldCreateCardIfDuplicateCustomerProfileExists()
133
133
public function testShouldCreateCardFromOpaqueDataIfDuplicateCustomerProfileExists ()
134
134
{
135
135
$ this ->setMockHttpResponse (array ('CIMCreateCardFailureWithDuplicate.txt ' , 'CIMCreatePaymentProfileSuccess.txt ' ,
136
- 'CIMGetProfileSuccess .txt ' , 'CIMGetPaymentProfileSuccess.txt ' ));
136
+ 'CIMGetMultipleProfilesSuccess .txt ' , 'CIMGetPaymentProfileSuccess.txt ' ));
137
137
138
138
$ response = $ this ->gateway ->createCard ($ this ->createCardFromOpaqueDataOptions )->send ();
139
139
@@ -165,7 +165,7 @@ public function testDoesntUpdateExistingPaymentProfileFromOpaqueData()
165
165
{
166
166
// Duplicate **payment** profile
167
167
$ this ->setMockHttpResponse (array ('CIMCreateCardFailureWithDuplicate.txt ' , 'CIMCreatePaymentProfileFailure.txt ' ,
168
- 'CIMGetProfileSuccess .txt ' , 'CIMUpdatePaymentProfileSuccess.txt ' , 'CIMGetPaymentProfileSuccess.txt ' ));
168
+ 'CIMGetMultipleProfilesSuccess .txt ' , 'CIMUpdatePaymentProfileSuccess.txt ' , 'CIMGetPaymentProfileSuccess.txt ' ));
169
169
170
170
$ response = $ this ->gateway ->createCard ($ this ->createCardFromOpaqueDataOptions )->send ();
171
171
You can’t perform that action at this time.
0 commit comments