Sha256: 044147c8db8896c40f3b905d162b22d18864a8701099450be9f6a5cee0aa5bd9

Contents?: true

Size: 451 Bytes

Versions: 2

Compression:

Stored size: 451 Bytes

Contents

% if mode == 'definition':
Balanced::Refund.save()

% else:
require 'balanced'
Balanced.configure('8af725c6d54611e2bf5e026ba7f8ec28')

refund = Balanced::Refund.find('/v1/marketplaces/TEST-MP4erLnXCYoaeyr3tx95WSKc/refunds/RF5vCZH6cVJzfoyqPDLVjBvU')
refund.description = 'update this description'
refund.meta = {:"refund.reason"=>"user not happy with product", :"user.notes"=>"very polite on the phone", :"user.refund.count"=>"3"}
refund.save

% endif

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
balanced-0.7.4 scenarios/refund_update/ruby.mako
balanced-0.7.2 scenarios/refund_update/ruby.mako