Skip to content

Commit 6399226

Browse files
committedMay 27, 2016
Added subscription and destination class
1 parent a3b6289 commit 6399226

4 files changed

+705
-15
lines changed
 

‎environment.php

+3
Original file line numberDiff line numberDiff line change
@@ -93,5 +93,8 @@
9393
//Merchant Fulfillments
9494
$THROTTLE_LIMIT_MERCHANT = 10;
9595
$THROTTLE_TIME_MERCHANT = 1;
96+
//Subscriptions
97+
$THROTTLE_LIMIT_SUBSCRIBE = 25;
98+
$THROTTLE_TIME_SUBSCRIBE = 1;
9699

97100
?>

0 commit comments

Comments
 (0)