Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hpakdaman authored Nov 1, 2019
1 parent 13021f3 commit 76e67fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ try {

$gateway = \Gateway::make('mellat');

$gateway->setCallback(url('/bank/response')); You can also change the callback
$gateway->setCallback(url('/bank/response')); // You can also change the callback
$gateway->price(1000)
// setShipmentPrice(10) // optional - just for paypal
// setProductName("My Product") // optional - just for paypal
Expand Down

0 comments on commit 76e67fb

Please sign in to comment.