lib/smartsend/service.rb in smartsend-ruby-0.0.2 vs lib/smartsend/service.rb in smartsend-ruby-0.0.3
- old
+ new
@@ -8,16 +8,10 @@
end
def serialize
{
"notemail": @email,
- "notesms": @phone,
- "prenote": true,
- "prenote_from": "contact@smartsend.io",
- "prenote_to": "contact@smartsend.io",
- "prenote_message": "Your order is now on the way.",
- "flex": "string",
- "waybillid": "string"
+ "notesms": @phone
}
end
end