Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
thejoshualewis committed Jun 24, 2021
1 parent eb1b5f6 commit 9b8dc4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/Bitpay/BPCheckout/Observer/BPRedirect.php
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ public function execute(\Magento\Framework\Event\Observer $observer)
setcookie('buyer_street', $billingAddress['street'] , time() + (86400 * 30), "/"); // 86400 = 1 day
setcookie('buyer_city', $billingAddress['city'] , time() + (86400 * 30), "/"); // 86400 = 1 day
setcookie('buyer_postcode', $billingAddress['postcode'] , time() + (86400 * 30), "/"); // 86400 = 1 day
setcookie('tbuyer_elephone', $billingAddress['telephone'] , time() + (86400 * 30), "/"); // 86400 = 1 day
setcookie('buyer_telephone', $billingAddress['telephone'] , time() + (86400 * 30), "/"); // 86400 = 1 day



Expand Down

0 comments on commit 9b8dc4a

Please sign in to comment.