Skip to content

Commit

Permalink
Prepare Changes and README files for upcoming release.
Browse files Browse the repository at this point in the history
  • Loading branch information
racke committed Jun 29, 2012
1 parent 9612ffe commit 5d62627
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 1 deletion.
11 changes: 11 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
Revision history for Business::Colissimo

0.2000 Fri Jun 29 13:08:31 2012 CEST

[ENHANCEMENTS]

* Add support for acknowledgement of receipt and customs duty free.
* Add organisation method.

[BUG FIXES]

* Allow up to 10 alphanumerics for international postal codes.

0.1000 Mon May 7 08:40:37 2012 CEST

[ENHANCEMENTS]
Expand Down
32 changes: 31 additions & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ NAME
Business::Colissimo - Shipping labels for ColiPoste

VERSION
Version 0.1000
Version 0.2000

SYNOPSIS
use Business::Colissimo;
Expand Down Expand Up @@ -259,10 +259,40 @@ METHODS
The level option is only available in expert mode, possible values are
01 ... 10 for insurance level and 21 ... 23 for recommendation level.

ack_receipt
Get current value for acknowledgement of receipt (AR):

$colissimo->ack_receipt;

Set current value for acknowledgement of receipt (AR):

$colissimo->ack_receipt(1);

Returns 1 if acknowledgement of receipt is enabled, 0 otherwise.

The ack_receipt option is only available in expert_om and expert_i
modes, possible values are 0 (No) and 1 (Yes).

duty_free
Get current value for customs duty free (FTD):

$colissimo->duty_free;

Set current value for customs duty free (FTD):

$colissimo->duty_free(1);

The custom duty free option is only available in expert_om mode,
possible values are 0 (No) and 1 (Yes).

international
Returns 1 on international (expert_i or expert_i_kpg) shippings, 0
otherwise.

organisation
Returns the acronym of the inter-postal organisation (KPG or EPG)
corresponding to the destination country.

control_key
Returns control key for barcode.

Expand Down

0 comments on commit 5d62627

Please sign in to comment.