Skip to content

Commit

Permalink
Dump mollie payment for debugging purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
rjzondervan committed Feb 19, 2020
1 parent 6c25d82 commit f08c32e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/src/Service/MollieService.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ public function createPayment(Invoice $invoice, Request $request):string{
"order_id" => $invoice->getReference(),
],
]);
var_dump($molliePayment);
return $molliePayment->getCheckoutUrl();
}
catch (ApiException $e)
Expand Down

0 comments on commit f08c32e

Please sign in to comment.