Skip to content

Commit c4b2e66

Browse files
authored
Fix issue #64 introduced on pull request #60 (#65)
1 parent b9539b9 commit c4b2e66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Message/PxFusionPurchaseRequest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
class PxFusionPurchaseRequest extends AbstractRequest
1313
{
1414
protected $endpoint = 'https://sec.windcave.com/pxf/pxf.svc';
15-
protected $namespace = 'http://windcave.com';
15+
protected $namespace = 'http://paymentexpress.com';
1616
protected $action = 'Purchase';
1717

1818
protected function getAddBillCard()

0 commit comments

Comments
 (0)