Skip to content

Commit

Permalink
Fix issue #64 introduced on pull request #60 (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
notf0und authored Jun 30, 2020
1 parent b9539b9 commit c4b2e66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Message/PxFusionPurchaseRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
class PxFusionPurchaseRequest extends AbstractRequest
{
protected $endpoint = 'https://sec.windcave.com/pxf/pxf.svc';
protected $namespace = 'http://windcave.com';
protected $namespace = 'http://paymentexpress.com';
protected $action = 'Purchase';

protected function getAddBillCard()
Expand Down

0 comments on commit c4b2e66

Please sign in to comment.