Skip to content

Commit

Permalink
remove testing todo
Browse files Browse the repository at this point in the history
  • Loading branch information
zuk3975 committed Jun 26, 2024
1 parent f35ac76 commit 8456d89
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/DTO/Request/Initialize/InitializeRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,7 @@ public function getAsArray()
],
'Payment' => [
'Amount' => [
//@todo: don't forget this. Its for testing/debugging. https://docs.saferpay.com/home/integration-guide/testing-and-go-live#account-to-account-payments
// 'Value' => $this->payment->getValue(),
'Value' => 4030030,
'Value' => $this->payment->getValue(),
'CurrencyCode' => $this->payment->getCurrencyCode(),
],
'OrderId' => $this->payment->getOrderReference(),
Expand Down

0 comments on commit 8456d89

Please sign in to comment.