Skip to content

Commit

Permalink
Apply fixes from StyleCI (#436)
Browse files Browse the repository at this point in the history
Co-authored-by: Raza Mehdi <srmklive@users.noreply.github.com>
  • Loading branch information
srmklive and srmklive committed Jun 6, 2021
1 parent 8c64941 commit cbceb30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Services/ExpressCheckout.php
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ public function setExpressCheckout($data, $subscription = false, $guest = false)
{
$this->setItemSubTotal($data);

$solutiontype = $guest ? "Sole" : "Mark";
$solutiontype = $guest ? 'Sole' : 'Mark';

$this->post = $this->setCartItems($data['items'])->merge([
'PAYMENTREQUEST_0_ITEMAMT' => $this->subtotal,
Expand Down

0 comments on commit cbceb30

Please sign in to comment.