Changeset 12640 for main/waeup.ikoba/branches/uli-fake-gw-provider/src/waeup/ikoba/payments/catalog.py
- Timestamp:
- 1 Mar 2015, 22:50:48 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.ikoba/branches/uli-fake-gw-provider/src/waeup/ikoba/payments/catalog.py
r12311 r12640 32 32 payment_id = grok.index.Field(attribute='payment_id') 33 33 payer_id = grok.index.Field(attribute='payer_id') 34 payed_item_id = grok.index.Field(attribute='payed_item_id')35 34 state = grok.index.Field(attribute='state') 36 35 amount = grok.index.Field(attribute='amount')
Note: See TracChangeset for help on using the changeset viewer.