#Anuroop

1 messages ยท Page 1 of 1 (latest)

frozen geodeBOT
worn prairie
#

Hi ๐Ÿ‘‹

#

How nested is the data you are talking about?

spiral hare
#

Well mostly worried about address on customer and payment method objects at this point.
But would be great to know if there are restrictions on the data copy based on level of nesting or something else

worn prairie
#

I'm gonna try a quick test

spiral hare
#

Sure thanks!

worn prairie
#

I am seeing no data copied over

#

I think you would need to update that as the platform, since you would have access to both the original Customer

spiral hare
#

Not sure I follow, so cloning is not copying over any data?

rare valve
#

๐Ÿ‘‹ cloning only involves cloning the PaymentMethod. The Customer object is not cloned

spiral hare
#

Sorry if I have confused you, I was talking about two individual cases.

  1. When cloning customer from Platform to connect
  2. When cloning payment method from Platform to connect.
rare valve
#

Yep "cloning customers" is a bit of a misnomer

#

While the Customer is involved to clone the PaymentMethod, the Customer is never cloned

#

Only the PaymentMethod

#

So no details associated to the Customer object will be carried over

spiral hare
#

Okay what about the Payment method, so when we clone a PM, does that carry over all the data to connect level?

rare valve
#

Yep

spiral hare
#

Thank you!