summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Prykop <jonathan@freeside.biz>2016-03-28 18:03:17 -0500
committerJonathan Prykop <jonathan@freeside.biz>2016-03-28 18:03:17 -0500
commit588bd40945822ce3a89e4ddd3588ebc107019410 (patch)
tree66c761f62d9bee6ede5f7bfe96a51af3377b4d23
parente4ef2a297d3a11f59c27a5bdc155e06b3aa240b0 (diff)
RT#40056 Export DIDs to portaone switch [activation_date format fix]
-rw-r--r--FS/FS/part_export/portaone.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/part_export/portaone.pm b/FS/FS/part_export/portaone.pm
index 2625c5741..2654e1c2f 100644
--- a/FS/FS/part_export/portaone.pm
+++ b/FS/FS/part_export/portaone.pm
@@ -139,7 +139,7 @@ sub _export_insert {
'i_customer' => $i_customer,
'iso_4217' => ($conf->config('currency') || 'USD'),
'i_product' => $product_id,
- 'activation_date' => time2str("%Y-%m-%d %H:%M:%S",time),
+ 'activation_date' => time2str("%Y-%m-%d",time),
'billing_model' => 1, # '1' for credit, '-1' for debit, could make this an export option
}
},'i_account');