Skip to content

Commit

Permalink
Update ServerToServer.php
Browse files Browse the repository at this point in the history
  • Loading branch information
g0dReVeN authored May 20, 2020
1 parent 072e969 commit 0911aed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Api/PaymentMethods/ServerToServer.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ public function repeatedPayment(PaymentCard $card, $owner, int $amount, string $
'recurringType' => $type,
'merchantTransactionId' => class_basename($owner) . '-' . $owner->id,
'customer.givenName' => $customerName,
'merchantInvoiceId' => $invoiceId,
'merchantInvoiceId' => $invoiceId
],
]
)->getBody()->getContents();
Expand Down

0 comments on commit 0911aed

Please sign in to comment.