We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9a9c0f commit e385973Copy full SHA for e385973
src/Interfaces/Customer.php
@@ -21,7 +21,7 @@ public function pay(Product $product, bool $force = false): Transfer;
21
* @return null|Transfer
22
* @throws
23
*/
24
- public function safePay(Product $product): ?Transfer;
+ public function safePay(Product $product, bool $force = false): ?Transfer;
25
26
/**
27
* @param Product $product
0 commit comments