Skip to content
This repository was archived by the owner on Jan 22, 2024. It is now read-only.

Commit 4422b5a

Browse files
committed
changed namespace for AuthorizeNet_Subscription class
1 parent 5290b23 commit 4422b5a

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

AuthorizeNet/API/ARB/AuthorizeNetARB.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
namespace Problematic\AuthNetBundle\AuthorizeNet\API\ARB;
44

5-
use Problematic\AuthNetBundle\AuthorizeNet\Shared\AuthorizeNetRequest,
6-
Problematic\AuthNetBundle\AuthorizeNet\Shared\DataType\AuthorizeNet_Subscription;
5+
use Problematic\AuthNetBundle\AuthorizeNet\Shared\AuthorizeNetRequest;
76

87
/**
98
* Easily interact with the Authorize.Net ARB XML API.

AuthorizeNet/Shared/DataType/AuthorizeNet_Subscription.php renamed to AuthorizeNet/API/ARB/AuthorizeNet_Subscription.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace Problematic\AuthNetBundle\AuthorizeNet\Shared\DataType;
3+
namespace Problematic\AuthNetBundle\AuthorizeNet\API\ARB;
44

55
/**
66
* A class that contains all fields for an AuthorizeNet ARB Subscription.

0 commit comments

Comments
 (0)