Skip to content

Commit

Permalink
Re-adding the type parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Archanium committed Jul 15, 2016
1 parent ab9fb47 commit 5dac40d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Message/PurchaseRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ public function getQuickpayParams()
"language" => $this->getLanguage(),
"google_analytics_tracking_id" => $this->getGoogleAnalyticsTrackingID(),
"autocapture" => 1,
"type" => $this->getType(),
"payment_methods" => $this->getPaymentMethods()
);

Expand Down

0 comments on commit 5dac40d

Please sign in to comment.