Skip to content

Commit e385973

Browse files
committed
update safePay method
1 parent b9a9c0f commit e385973

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Interfaces/Customer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public function pay(Product $product, bool $force = false): Transfer;
2121
* @return null|Transfer
2222
* @throws
2323
*/
24-
public function safePay(Product $product): ?Transfer;
24+
public function safePay(Product $product, bool $force = false): ?Transfer;
2525

2626
/**
2727
* @param Product $product

0 commit comments

Comments
 (0)