Skip to content

Releases: OddPrints/prodigi-java-sdk

v4.0.13: Update Address.java

15 Feb 12:43
Compare
Choose a tag to compare

Including an additional string setter for country code onto Address and changing the property type so that it's easier to inflate instances from JSON.

v4.0.12: Update ChargeType.java

04 Feb 10:25
Compare
Choose a tag to compare

Adding 'Refund' as a possible value of ChargeType.

Adding a new value to ChargeType

02 Feb 17:16
Compare
Choose a tag to compare

Adding 'Other' as a value for ChargeType.

TotalTax on Charge.

31 Jan 11:16
Compare
Choose a tag to compare

In this release the total tax property is available to set and read on a Charge instance.

v4.0.9: Update Item.java

30 Jan 23:05
Compare
Choose a tag to compare

Adding ID to Item.

Creating ChargeType and Updating ChargeItem

30 Jan 22:02
Compare
Choose a tag to compare
Updating ChargeType and ChargeItem

Renaming Type to ChargeType and moving it into its own source file. Updating type property name in ChargeItem to match documentation.

Adding type to ChargeItem

30 Jan 21:39
Compare
Choose a tag to compare
Update ChargeItem.java

Updating format to satisfy spotless checks.

Adding new stage value

07 Jan 01:01
Compare
Choose a tag to compare

Adding 'Draft' to Status.Stage.

Adding IdempotencyKey property to Order

05 Jan 15:15
Compare
Choose a tag to compare
Update Order.java

Adding idempotencyKey property to Order.

Adding merchant reference support to Item

27 Jun 13:14
Compare
Choose a tag to compare
Item merchant reference support

Adding support to the Item model, builder and Order builder to allow an individual merchant reference to each. Item